Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ReadOnlyStructList<T> Class / CopyTo Method

In This Topic
    CopyTo Method (ReadOnlyStructList<T>)
    In This Topic
    Copies the entire ReadOnlyStructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.
    Overload List
    OverloadDescription
    Copies the entire ReadOnlyStructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.  
    Copies a range of elements from the ReadOnlyStructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.  
    See Also